home *** CD-ROM | disk | FTP | other *** search
- !Hook_Sample
- v1.04
-
- ; Comments begin with a semi-colon
-
- TXT_msg1 = This is message #1.
- TXT_msg2 = This, however, is message two.
- TXT_msg3 = And this is message number 3.
-
- ; These reserved spots make it easier to insert new strings without
- ; massive recompiling. It's not so important with just one source
- ; module - but when you have many source modules sharing the same
- ; header file (like ImageFX) it becomes necessary.
- <reserved>
- <reserved>
- <reserved>
- <reserved>
-
- TXT_gad1 = Vaporize Amount:
- TXT_title = Vaporize Images
- <reserved>
- <reserved>
-